home *** CD-ROM | disk | FTP | other *** search
- # Build Catalan language elements of MEMSIZE.
- # This module is intended to be included into a more complete Make file.
-
- Catala: $*.dll $*.hlp $*.inf
-
- Catala.inf: $*.hlp
- If Exist $*.inf Erase $*.inf
- HLP2INF $*.hlp
-
- Catala.hlp: $*.ipf MEMSIZE.H MEMSIZE.BMP
- ipfcomp /COU=34 /COD=850 /LAN=ESP $*.ipf
-
- Catala.dll: $*.def $*.res dll.obj
- link386 /nologo dll, $*.dll /align:16, nul,, $* ;
- rc $*.res $*.dll
-
- Catala.res: $*.rc MEMSIZE.H MEMSIZE.BMP MEMSIZE.ICO
- rc -cc 34 -cp 850 -r $*
-